This event occurs immediately after a working copy (or Quick Change) of a document has been created.
Syntax
Private Sub AMUIExtension_AfterCreateWorkingCopy(
ByVal CurrentObject As Object)
Name | Description |
---|---|
CurrentObject |
The document of which a working copy has been created |
Remarks
The CurrentObject argument is an AMDocument object.